home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3696 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: bcarh8ab.bnr.ca!hwt
  2. From: hwt@bnr.ca (Henry Troup)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Secure from Decompiling??
  5. Date: 30 Jan 1996 17:39:40 GMT
  6. Organization: Bell-Northern Research Ltd., Ottawa, Canada
  7. Message-ID: <4ell4s$evt@bcarh8ab.bnr.ca>
  8. References: <4djaq2$jd5@earth.superlink.net> <4eirrd$dir@crl.crl.com>
  9. Reply-To: hwt@bnr.ca
  10. NNTP-Posting-Host: bcarhd7b.bnr.ca
  11.  
  12. >rstewart@mars.superlink.net (Bob Stewart) writes:
  13. >
  14. >> I have a compiled C program containing a string that I want no one to
  15. >>be able to see, even with a decompiler. 
  16.  
  17. You can stop simple attacks, but there are no general solutions.
  18. What you are describing is "security through obscurity" - generally
  19. not the best way.
  20.  
  21. Depending on the applications, public key/trap doors or zero-knowledge
  22. proofs may be what you want - see sci.crypt, I think.
  23. -- 
  24.    Henry Troup - hwt@bnr.ca (Canada) - BNR is not committed to anything I say
  25. Leap years are years where the year number is a multiple of four with the
  26. exception: If a year is a multiple of 100, then it is only a leap year if it
  27. is also a multiple of 400. For example, 1900 was not a leap year, but 2000 is.
  28.